(auto-insert-alist): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Oct 2006 11:02:14 +0000 (11:02 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Oct 2006 11:02:14 +0000 (11:02 +0000)
lisp/autoinsert.el

index c1a2047a9c64be70395fa5198e514b95f6bef5f3..15a7461d288201fba875353d2ddff15731f8e4d2 100644 (file)
@@ -215,7 +215,7 @@ If this contains a %s, that will be replaced by the matching rule."
 ;;; " (file-name-nondirectory (buffer-file-name)) " ends here\n"))
   "A list specifying text to insert by default into a new file.
 Elements look like (CONDITION . ACTION) or ((CONDITION . DESCRIPTION) . ACTION).
-CONDITION maybe a regexp that must match the new file's name, or it may be
+CONDITION may be a regexp that must match the new file's name, or it may be
 a symbol that must match the major mode for this element to apply.
 Only the first matching element is effective.
 Optional DESCRIPTION is a string for filling `auto-insert-prompt'.